*{margin: 0;padding: 0;box-sizing: border-box;}
ul,li{list-style: none;}
.clear{
  clear: both;
} 
.product2{
  width:100%;
}
.product2 .product-theme1-text {
  margin: 0;
}
.product2 .product-theme1-text a{
  color: #fff;
}
.product2 .product-theme1-content{
  width: 100%;
  /* 为了适应移动端的高度 */
  /*height: 760px;*/
  height: auto;
  overflow: hidden;
}
.product2 .product-theme1-Li{
  position: relative;
  float: left;
  width:47%;
  height: auto;
  /* height: 360px; */
  text-align: center;
  overflow: hidden;
}
.product-theme1-Li:nth-of-type(2n+1){
  margin: 0 1% 20px 2%;
}
.product-theme1-Li:nth-of-type(2n+2){
  margin: 0 2% 20px 1%;
}
.product2 .product-theme1-img{
  width: 100%;
  /* height: 360px; */
  height: auto;
  overflow: hidden;
}
.product-theme1-img a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product2 .product-theme1-Li img{
  width:100%;
  height:100%;
  max-width: 564px;
}
.product2 .product-theme1-text{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 76px;
  padding: 26px 20px 0 20px;
  font-size: 18px;
  color: #313131;
  background: rgba(0,0,0,0.7);
  color: #fff;
}
.product-theme1-Li .product-theme1-text p{
  line-height: 24px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.product-theme1 .hm-page-icon{
  color: #cdd0d7;
  font-size: 12px;
}
.product-theme1 .hm-page{
  float: left;
  margin: 0;
}
.product-theme1 .hm-page .hm-page-number {
  display: inline-block;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.product-theme1 .hm-page  a{
  color: #323232;
}
.product-theme1 .hm-page .glyphicon-menu-left,
.product-theme1 .hm-page .glyphicon-menu-right {
  font-weight: bold;
  cursor: pointer;
}
.product-theme1 .hm-page .active {
  color: #01a3f8;
}
.product-theme1.hm-table-warp {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
}
.product-theme1 .hm-table-warp .table-bordered {
  white-space: nowrap;
}
.product-theme1 .changecolor{
  color:#00A2F6
}
.product-theme1 .proTheme1More{
    text-align: center;
    margin-top: 36px;
}

/*版式二 移动端 start*/
.visible-xs-block .product-theme1-Li{
  height: 100px;
}
.visible-xs-block .product-theme1-Li .product-theme1-img{
  height: 100%;
}
.visible-xs-block .product-theme1-text{
  height: 36px;
  line-height:36px;
  padding:0 20px 0 20px
}
.visible-xs-block .product-theme1-text a{
  font-size:12px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*版式二 移动端 end*/

/*特效1*/
.product-theme1-module1Con .proBorderCommon{
  outline: 2px solid #ccc;
}
.product-theme1-module1{
  display: none;
}

/*特效2的样式*/
.product-theme1-module2Con .product-theme1-module2{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
  display: none;
}
.product-theme1-module2Con .product-theme1-module2 .product-theme1-param{
  height: 12%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-theme1-module2Con .product-theme1-module2 .product-theme1-paramItem p{
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  padding: 0 40px;
}
.product-theme1-module2Con  .product-theme1-paramItem{
  height: 100%;
}
/*特效3的样式*/
.product-theme1-module3Con .product-theme1-module3{
  box-sizing: border-box;
  position: absolute;
  bottom: -80px;
  width: 100%;
  height:80px;
  padding: 14px 20px;
  font-size: 18px;
  color: #313131;
  background: rgba(0,0,0,0.7);
  color: #fff;
  transition: .6s;
}
.product-theme1-module3Con .product-theme1-module3 .product-theme1-param{
  width: 100%;
  height:100%;
  overflow: hidden;
}

/*特效四的样式*/
.product-theme1-module4{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  transform: translate(-50%,-50%);
  text-align: center;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  display: none;
}
/*.product-theme1-module4Con .product-theme1-text{
  display: none;
}*/
.product-theme1-module4 .product-theme1-param{
  height: 60px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-theme1-module4 .product-theme1-paramItem{
  height: 100%;
}
.product-theme1-module4 .product-theme1-paramItem p{
  line-height:28px;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*特效5的样式*/
.product-theme1-module5Con .product-theme1-module5{
  display: none;
}
.product-theme1-module5Con .product-theme1-Li{
  overflow: hidden;
}

/*特效6的样式*/
.product-theme1-module6Con .product-theme1-module6{
  display: none;
}
.product-theme1-module6Con .product-theme1-Li{
  transition: .5s;
}
.product-theme1-module6Con .product-theme1-img {
  position: absolute;
  transition: .5s;
}
.product-theme1-module6Con .product-theme1-text{
  transition: .5s;
}
.product-theme1-module6Con .product-theme1-module6{
  display: none;
}







/*----------特效二的布局样式------------*/
  /*---布局样式一---*/
    .product-theme1-module2 .product-theme1-layout1{
      width: 100%;
      display: inline-block !important;
    }
    .product-theme1-module2 .product-theme1-layout1 p{
      float: left;
      width: 50% !important;
      line-height: 50px !important;
      padding: 0 !important;
    }
    /*-------布局样式三---------*/
  .product-theme1-module2 .product-theme1-layout3 {
    display: block !important;
    text-align: right;
  }
  .product-theme1-module2 .product-theme1-layout3 p{
    padding: 0 20px !important;
  }
  
  /*-------布局样式五---------*/
  .product-theme1-module2 .product-theme1-layout5 {
    display: block !important;
    text-align: left;
  }
  .product-theme1-module2 .product-theme1-layout5 p{
    padding: 0 20px !important;
  }
  /*-------布局样式六---------*/
  .product-theme1-module2 .product-theme1-layout6 {
    width: 100%;
    display: inline-block !important;
  }
  .product-theme1-module2 .product-theme1-layout6 p{
    width:50%;
    padding: 0 20px !important;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
       
  /*------------------特效三 的布局样式------------------*/
  /*-------布局样式一---------*/
  .product-theme1-module3 .product-theme1-layout1{
    display: inline-block !important;
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-theme1-module3 .product-theme1-layout1 p{
    width:50%;
    float: left;
    line-height: 80px !important;
    padding: 0 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  /*-------布局样式三---------*/
  .product-theme1-module3 .product-theme1-layout3 {
    display: block !important;
    text-align: right;
  }
  
  /*-------布局样式四---------*/
  .product-theme1-module3 .product-theme1-layout4 {
    display: block !important;
    text-align: center;
  }
  .product-theme1-module3 .product-theme1-layout4 p{
    line-height: 28px;
  }
  
  /*-------布局样式五---------*/
  .product-theme1-module3 .product-theme1-layout5 {
    display: block !important;
    text-align: left;
  }
  .product-theme1-module3 .product-theme1-layout5 p{
    line-height: 28px;
  }
  /*-------布局样式六---------*/
  .product-theme1-module3 .product-theme1-layout6 {
    width: 100%;
    display: inline-block !important;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .product-theme1-module3 .product-theme1-layout6 p{
    width: 50%;
    line-height: 80px !important;
    padding: 0 20px !important;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  
  /*------------------特效四 的布局样式------------------*/
  /*-------布局样式一---------*/
  .product-theme1-module4 .product-theme1-layout1{
    display: inline-block !important;
    position: absolute;
    left: 0;
    height: 58px;
    overflow: hidden;
  }
  .product2 .product-theme1-module4 .product-theme1-layout1 p{
    width: 50%;
    float: left;
    line-height: 58px !important;
    /* padding: 0 34px!important; */
    /* padding: 0 0 0 22px!important; */
    padding: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  /*-------布局样式三---------*/
  .product-theme1-module4 .product-theme1-layout3 {
    display: block !important;
  }
  .product-theme1-module4 .product-theme1-layout3 p{
    text-align: right !important;
    padding: 0 20px !important;
  }
  .product2 .product-theme1-module4 .product-theme1-param{
    width: 100%;
    justify-content: flex-start;
    flex-direction:row;
  }
  /*-------布局样式四---------*/
  .product-theme1-module4 .product-theme1-layout4 {
    display: block !important;
    text-align: center;
  }
  .product-theme1-module4 .product-theme1-param{
    flex-direction: column !important;
  }
  
  /*-------布局样式五---------*/
  .product-theme1-module4 .product-theme1-layout5 {
    display: block !important;
  }
  .product-theme1-module4 .product-theme1-layout5 p{
    text-align: left !important;
    padding: 0 20px !important;
  }
  .product-theme1-module4 .product-theme1-param{
    justify-content: flex-start;
    flex-direction:row;
  }
  /*-------布局样式六---------*/
  .product-theme1-module4 .product-theme1-layout6 {
    width: 100%;
    height: 58px;
    overflow: hidden;
    display: inline-block !important;
    position: absolute;
    left: 0;
  }
  .product-theme1-module4Con .product-theme1-layout6.product-theme1-paramItem{
    height: 58px !important;
  }
  .product-theme1-module4 .product-theme1-layout6 p{
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 58px !important;
    padding: 0 20px !important;
    float: right;
  }